RunThrough Enumeration
Represents whether content of a frame is displayed in the background or foreground.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration RunThrough
| Foreground | 0 |
Frame content is displayed in front of a text.
|
| Background | 1 |
Frame content is displayed behind a text.
|
| None | 2 |
None.
|